home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / CDaemon / HACK16 / Sources / MyIncludes.h < prev   
Encoding:
Text File  |  2001-06-23  |  447 b   |  32 lines

  1. // MyIncludes.h
  2.  
  3. #pragma once
  4.  
  5. // Uncomment the following line for dbugging.
  6. //#define DEVELOPMENT
  7.  
  8.  
  9. #include <stdio.h>
  10. #include <stdlib.h>
  11.  
  12. #include "MyAppleEvents.h"
  13.  
  14. #include <Gestalt.h>
  15. #include <LowMem.h>
  16. #include <Events.h>
  17. #include <Notification.h>
  18. #include <Resources.h>
  19.  
  20. #include "CDControl.h"
  21. #include "ATA Utility.h"
  22.  
  23. #ifdef DEVELOPMENT
  24.     #include <TextEdit.h>
  25.     #include <Dialogs.h>
  26. #endif
  27.  
  28. #ifdef __MWERKS__
  29.     #include <SIOUX.h>
  30. #endif
  31.  
  32.